home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir24 / mb1705.zip / COOKIE.DOC < prev    next >
Text File  |  1993-08-05  |  2KB  |  63 lines

  1.  
  2. Cookies are assumed to be in directory \COOKIE on the current drive.
  3.  
  4. Make the cookie directory, \COOKIE.
  5.  
  6. Copy COOKIES.EXE to \COOKIE directory, and run to extract the files.
  7.  
  8. Run BAKE.EXE.  It will process the data, starting output files,
  9. \TMP\SRT#, then will sort, producing \TMP\MRG# files, that become:
  10. \COOKIE\COOKIE.DAT, about 1.25 Megabytes. You must use a BigDos window.
  11.  
  12. You can set the environment variable COOKIE to override the default
  13. directory if you wish.    Example: SET COOKIE=L:\TEXT\COOKIES
  14.  
  15. The MailBox "C" command displays a random cookie.
  16.  
  17. -----------------------------------------------------------------------
  18.  
  19. There are three programs you use to maintain your cookies:
  20.  
  21.     BAKE.EXE
  22.  
  23. Creates the files COOKIE.DAT, COOKIE.IDX, and COOKIE.KEY from the
  24. individual cookie text files COOKIE.0nn.
  25.  
  26.     SHAKE.EXE
  27.  
  28. Displays a random cookie, or the cookie specified on the command line.
  29.  
  30.     TAKE.EXE
  31.  
  32. Extracts the cookie text files (COOKIE.0nn) from the cookie database.
  33.  
  34. -----------------------------------------------------------------------
  35.  
  36. The cookie source files are:
  37.  
  38. COOKIE.0nn
  39.  
  40. Where "nn" is the sequential number of the cookie file, starting at 00.
  41.  
  42. The following three files comprise the cookie database:
  43.  
  44. COOKIE.DAT - The cookie text.
  45. COOKIE.IDX - Index into COOKIE.DAT.
  46. COOKIE.KEY - Alphabetic index to cookies, built by BAKE, used by TAKE.
  47.  
  48. -----------------------------------------------------------------------
  49.  
  50. Format of the COOKIE.0nn files:
  51.  
  52. "Text of the first cookie."
  53. ~
  54. The second cookie text ...
  55.   --  Hank
  56. ~
  57.  
  58. That is, each file contains as many cookies as you like, each cookie
  59. ends with a line containing a single tilde.
  60.  
  61.  
  62.  
  63.